projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4ce0b6
)
Seal priv pointer in GtkRecentChooserMenu.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:48 +0000
(11:05 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:48 +0000
(11:05 +0000)
svn path=/trunk/; revision=20577
gtk/gtkrecentchoosermenu.h
patch
|
blob
|
history
diff --git
a/gtk/gtkrecentchoosermenu.h
b/gtk/gtkrecentchoosermenu.h
index 2a140c5460510149c4588342613859a905700672..6b401d69188c981962a4f1db5cf32df5f6a20224 100644
(file)
--- a/
gtk/gtkrecentchoosermenu.h
+++ b/
gtk/gtkrecentchoosermenu.h
@@
-46,7
+46,7
@@
struct _GtkRecentChooserMenu
/*< private >*/
GtkMenu parent_instance;
- GtkRecentChooserMenuPrivate *
priv
;
+ GtkRecentChooserMenuPrivate *
GSEAL (priv)
;
};
struct _GtkRecentChooserMenuClass